star_border star_border star_border star_border star_border
The overall focus of this course is to teach the user proper Visual Basic programming techniques along with an understanding of Excel’s object structure. Other topics in this course include; proper variable declaration, control structure use, looping, and Userform creation. The final section deals with the debugging tools included in the Microsoft VBA editor and methods on how to effectively use them.
    starstarstarstarstar_border
    Become an Excel Programmer and You Can Finally Put Your Work On Autopilot! Even with all of Excel's great features, and built-in tools, you might find yourself doing repetitive tasks, that take longer than they should. Or the day will come when you say, " Oh, I wish there were a better way to do this !" The good news is that Excel, and other Microsoft Office applications, comes with Visual Basic for Applications (VBA), a programming language that will extend the functionality of your Office applications. In This Course You Get: Free Downloadable Workbooks - makes it easy to follow along & practice after class. Test Your Skills - exercises to get you engaged & reinforce what you have learned. Code Snippets - with common code bites. VBA Glossary - talk the talk This is a VBA beginner's course that will get you on the road to being in that elite group of VBA programmers. Learning to program can seem daunting at first, but I'm going to make it as easy as possible. With that said, VBA is a huge topic, and yes, there are a lot of lectures in this course. But don't stress out. What I do go over will get you from, " I don't even like looking at VBA ", to, "I can do this!" NOTE: There are multiple ways to get the same result in VBA. So the way I write a procedure or two might be slightly different than your co-workers code, or yours, and that's O.K. If you're ready to cut your workload , automate your tasks , and learn a desirable skill while your at it, click the Take This Course button on the top right, and I will help start programming your Excel workbooks with VBA.
      starstarstarstarstar_border
      Hear What Some of Our Students are Saying..... "Really, really good course on VBA! *****" " Great content, great examples, would definitely take another course from this instructor again!" "Excellent course for getting started with VBA. The instructor makes every concept clear, and guides you through with many examples. " Great course for a beginner or as a refresher. I know I will be coming back to some of these lectures as needed for some of his code tidbits because as he says, "you can't remember everything", and I love knowing where I can find what I am looking for. Want to take your Excel skills to the next level and learn Excel VBA? Well, you have come to the right place. This course covers everything you need to become proficient in Excel VBA. In just a few hours you can be writing your own macros to perform complex tasks and automate reports. Areas covered include; Learning the basics of the VBA language. Using loops to perform repetitive tasks. Interacting with users via userforms and message boxes. Working with built-in VBA Functions. Accessing directories and files. Automating report generation and saving as PDF. Creating your own Excel functions and Add-Ins. You will receive; Support from the Instructor. Lifetime access to lectures and content. Real-world Excel VBA projects to complete. Fun and no-nonsense lessons. Ok, no more time for waffle. Grab a coffee and let's get cracking.
        star_border star_border star_border star_border star_border
        What am I going to learn from this course? The purpose of this course is to learn practical skills and knowledge in using Excel VBA. By the end of this course you will be able to create intermediate to advanced level Excel VBA real-world projects from scratch. You will be able to manipulate raw data in Excel with ease by designing Excel tools which save time, increase productivity and minimize the risk of making mistakes. What is the target audience for this course? This training program is for Excel users with no or little knowledge in Excel VBA programming. What is the course structure organized? This course consists of 6 sections. The first section is called “ Introduction to VBA” - we’ll have to get familiar with the basic concepts of VBA before we dive into the more advanced stuff. The second section is called “ Speed, Logic and VBA Exercises” – we’ll get familiar with using Excel worksheet and VBA functions, declaring variables, using loops, if-then statements, and also many different data manipulation techniques such as sorting data, removing blank rows, removing case sensitivity, applying borders or colors to a range of cells, etc. There will be many Excel exercises and examples in this section. Sections 3 to 6 including are all about using Excel VBA to create real-world projects from scratch: · Creating dynamic report of sales / payments in different currencies · Data matching project (by multiple criteria) · Sending emails project (using MS Outlook) · Creating a case tracking system (using MS Form Controls) What do I need in order to enroll in this course? You need a Microsoft Excel version installed on your device. I have used Excel 2016 for this course, but the examples in it should run on earlier versions of Excel as well. The newer version you have, the better. I am using Excel for Mac. Will this make any difference? There are certain differences between Excel for Windows and Excel for Mac, so some of the codes may not work properly on Mac. Do I need to have advanced level of using Excel before learning VBA? No, it's not necessary.
          starstarstarstarstar_half
          Go from Beginner to Microsoft Excel VBA Expert ! I'll take you step-by-step through engaging video tutorials and teach you everything you need to know to be able to use VBA to improve your work flow, save time and automate your current Excel projects. What differentiates this course from the other Microsoft Excel VBA & macros courses? It includes: Over 50 Microsoft Excel VBA & macro examples . These are solutions my clients have needed through the years. They are likely to be useful for you too. Using the right VBA syntax is the most difficult part. An important topic which isn't covered enough in other VBA courses. In this course you understand why you write things in certain ways. Create 3 Complete Excel VBA Tools. We go from idea to final product and cover each step. Over 100 pages of documentation (including useful code) so you can easily refer to it when in need. Simple explanations for complex concepts. High quality video and different delivery methods to keep things interesting. Lots of ideas to automate your current tasks. Learn from Google or from this Course? I've been there! I first learnt VBA from Google. It was truly a light-bulb moment, when I realized that Google has some answers - it could give me some of the code I was looking for - but there two things missing: The WHY - why does the code work in one situation but not another. Structure - topic sequence, real-case examples, workbooks, documentation. Don’t waste your time Don't waste your time on poor quality videos and confusing explanations. In this Excel VBA course, complex topics are taught in a simple way by an instructor with 17 years of experience. The content has been carefully crafted and clearly organized. The videos are high quality and include animations to emphasize points. Most importantly you learn VBA by doing. "I have already tried some VBA classes but so far I was never able to apply what I learnt to my own work. This course is different. I have already used some of the techniques Leila is teaching and applied it to my work files. I was able to reduce manual work for me and my colleagues by creating my own macros from scratch. Highly recommended!!!" -- Randy Taylor "Leila is the real deal... there are many VBA courses on Udemy (some of which I've taken) that merely demonstrate the functionalities. Leila explains the important foundation concepts and how the model is set up allowing you to truly create VBA code from thought rather than copying and pasting from various places. Her class is professionally constructed, with resources and content for each lecture, practice content for you to try things yourself and good Q&A opportunities to answer specific questions. Trust me, this is the course you want to take." -- Justin Fazzio What you can look forward to in this course: Understand how to use the right syntax in VBA Useful Excel VBA codes you can directly use for your work Use the macro recorder for simpler tasks and improve the code Working with the Visual Basic Editor Debugging tools and error handling methods Different ways to reference ranges and cells Different methods to loop How to work with data types PivotTables in Excel using VBA Importing data from other files and exporting data to text files Interacting with other applications (Word, PowerPoint, Outlook) ActiveX and Userforms to enhance the Excel interface Basically all the knowledge you need to automate tasks in Excel
            starstarstarstarstar_half
            Microsoft Excel VBA (Visual Basic for Applications) provides Excel users with the ability to automate any Excel task. Excel Tasks that would normally take an extensive amount of work and time to complete can ultimately be automated and completed in a single click of a button. All that's needed to automate your experience is a little Excel VBA knowledge. Maybe you've heard of Excel Macros and VBA. Or, maybe you've even attempted to create your own. Jumping into VBA can be a bit daunting and overwhelming. I've been teaching Excel for 15+ years and have had loads of questions from those that have taken the dive into learning Excel VBA. Where should I start? What do I need to know? What's a variable? Enroll in this course and I'll share the knowledge and experience I've gained working with Excel VBA. WHAT YOU'LL LEARN Fundamentals of Excel VBA Proper Syntax Writing VBA Code Excel Object Structure to Effectively Communicate with Excel Working with the Most Common VBA Objects in Excel Automate Routine Microsoft Excel Tasks And More.... EXERCISE FILES AND QA As you go through the video lectures you can download the exercise files, found within each section. Use the exercise files to practice the concepts you will be learning. The course contains a QA section where you can interact with me and ask any questions as you develop your VBA skills. ENROLL NOW As you participate in this introductory Excel VBA course you will build the knowledge and confidence to automate your experience in Excel, saving you time and money.
              starstarstarstarstar_border
              Course is focusing on basic level developers who know arrays. loops and variable pretty well and now want to take their knowledge to next level. From designing to programming and what things to be kept in mind while making user-forms. Collection loops structure in User-forms and their use practically. User-forms are very important part of VBA and one cannot be known as a great programmer if he or she does not know userforrms. This is not just a basic level information tutorial on FORMS but you shall see here loops, if functions, variables use and collections loops is applied . After-all. there is nothing better than practical learning so i have great MIS Projects as well for you. Many good short projects for you on user forms. Combobox,Listbox,textbox,labels,command buttons,date time calendars,frames - everything discussed from sctrach Use of change event, click event, initialize event,close events Create Move next button in forms to see the data one by one coming from excel Some projects and assignments with ready made codes is added as well.
                starstarstar_half star_border star_border
                This course will provide you with essentials about Visual Basic Applications (VBA) Excel for Finance. VBA is the programming language of Excel and is a fast programming language. When correctly mastered, it can automate almost every task that is required in Banking and Investment Banking. By taking this class, you will see that getting a job in investment banking is not just a matter of luck, but of technique and forward thinking. This course is best suited for university students who are studying business, finance, accounting, economics or any other finance related programmes. This course is also for anyone who is interested in knowing more about the Banking and Finance world, and to know about necessary skills to acquire to get into these sectors. No prior technical knowledge is required. The course covers: Fundumentals of VBA : Functions, Sub, Variables, Loops, Conditions. Real life applications that are used in Banks today Build pricers for options and bond Create Userforms and top-notch charts Link your VBA application to a database Understand the concept of Object Oriented Programming Why should you take this course? You are a finance student. You are really struggling in finding a good and challenging position in Banking. You would like to start your career with a great asset on your resume and you are motivated to reach that goal. You are a banker facing issues with repetitive tasks to run on a daily basis and you want to learn how you could automate all of those tasks in a single process. You are already a banking employee, but you are working in a department that does not fit your ambitions, and you would like to join a more challenging department such as front-office, and work in the exciting environment of the trading room. In order to do that you need to prove that you can bring value to the team. With this course, you get everything you need to be able to quickly design performant VBA applications.
                  starstarstarstarstar_half
                  This is an introductory course on how to program Excel using VBA macros. You will learn to automate and extend the Excel environment to supercharge your Excel models, automate routine tasks, customize your user interface, and manage large quantities of data. This course is based on the instructor's semester-long college courses which have produced thousands of graduates in the fields of business, finance, health care and public policy. Designed for busy professionals who need to take their Excel abilities to the next level, you will not waste time on topics which you are unlikely to use, and you will receive extra attention to the often confusing or overlooked details that will make the most difference to your ultimate understanding. Over 8 hours of instruction!
                    star_border star_border star_border star_border star_border
                    A Management Information ystem (MIS) provides organisation with the information they require in an organised manner to take upon management and crucial decisions. MIS tools and knowledge is very important nowadays. There is a very high demand for MIS Professionals in the market and the manpower supply of it is very less because of the obvious reason that the skill-sets required is not a part of any academic curriculum. A professional training in it hence becomes mandatory. This training will endow every student with the skill sets required to be a successful MIS professional. Our course curriculum comprises of all the important aspects requires in the real world to get the job done in MIS. The student will get the enhance knowledge in Data management, Reporting and Analysis through MS Excel, MS Access & RDBMS. Moreover training will be given on the most demanding technology , which is MACRO -Automation.